CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - evolutionary algorithm matlab code

搜索资源列表

  1. BFO.rar

    5下载:
  2. 细菌觅食随机优化论文及matlab源码。该算法属于进化算法的一种,可以处理全局优化、多目标优化、约束优化和动态优化等问题。,Bacterial feeding stochastic optimization papers and matlab source code. The algorithm belongs to a kind of evolutionary algorithm that can deal with global optimization, multi-objective o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2014-12-19
    • 文件大小:2452213
    • 提供者:bxingliu
  1. DE

    0下载:
  2. DE 生物进化算法的matlab实现,一类优化仿生算法-DE biology evolutionary algorithm matlab implementation, a class of bionic optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:980
    • 提供者:xiaotiantian
  1. PSO

    1下载:
  2. 粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
  3. 所属分类:MPI

    • 发布日期:2014-05-05
    • 文件大小:11621
    • 提供者:jia
  1. ga

    1下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:104273
    • 提供者:周武静
  1. NSGA2

    0下载:
  2. 多目标进化算法,里面有html格式的源码说明!-Multi-objective evolutionary algorithm, which has the source code for html format descr iption!
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:34963
    • 提供者:Ray
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. genetic-algorithm

    0下载:
  2. 遗传算法是一种进化算法,应用广泛,此文件包含基本遗传算法,顺序选择遗传算法,适值函数标定的遗传算法,大变异遗传算法,自适应遗传算法,双切点交叉遗传算法,多变异位自适应遗传算法matlab源代码,供大家参考-Genetic algorithm is an evolutionary algorithm, widely used, this file contains the basic genetic algorithm, genetic algorithm selection order coin
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6427
    • 提供者:熊杰
  1. BQGA

    2下载:
  2. 基于BLOCH球面的量子进化算法的matlab程序-Quantum evolutionary algorithm based on BLOCH s program/code
  3. 所属分类:matlab

    • 发布日期:2017-01-03
    • 文件大小:1024
    • 提供者:jun
  1. dea

    0下载:
  2. 基本的DNA进化算法,使用MATLAB编程,能完成基本的DNA计算,改进后能够对参数进行寻优等功能-Basic DNA evolutionary algorithm,MATLAB-based source code,To complete the basic DNA computing,Improved parameters to find excellent features
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2060
    • 提供者:许文帝
  1. evolutionary-genetic-Matlab

    0下载:
  2. 多方式进化遗传算法Matlab源代码。 对于单种群进化,多方式进化 是提高全局搜索能力 和 收敛速度的一种有效策略。 -Multi-way evolutionary genetic algorithm Matlab source code. For single-population evolution, multi-way evolution is an effective strategy to improve global search ability and convergenc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:15002
    • 提供者:xyql130
  1. 222

    0下载:
  2. 多方式进化遗传算法Matlab源代码,对于单种群进化,采用多方式进化方法提高全局搜索能力和收敛速度-Multi-way evolutionary genetic algorithm Matlab source code for single species evolution, evolutionary methods to improve multi-mode global search ability and convergence speed
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:15213
    • 提供者:雷霆
  1. PSO-matlab

    0下载:
  2. 粒子群算法源程序,是近年来发展起来的一种新的进化算法。有实现容易、精度高、收敛快等优点。是一种并行算法。-Particle swarm algorithm source code, is a new evolutionary algorithm developed in recent years. There are easy to implement, high precision, fast convergence and so on. Is a kind of parallel algor
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:5037
    • 提供者:Mickel
  1. ES_Lin

    0下载:
  2. 进化策略算法matlab代码,实现求f(x) = x*sin(10*pi*x) + 1最大值的功能。-Evolutionary strategy algorithm matlab code to achieve demand f (x) = x* sin (10* pi* x)+ 1 maximum functionality.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:946
    • 提供者:许根鹏
  1. TrussTLBO

    2下载:
  2. Teaching Learning Based Optimization (TLBO) method is an evolutionary algorithm that simulate the teaching–learning behavior of the students of a classroom. This MATLAB code implements the basic TLBO algorithm for truss optimization problem. However
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3521536
    • 提供者:gold
  1. PSO_about

    0下载:
  2. 粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2483872
    • 提供者:Charlie
  1. CEC2014-GA(Rev)

    0下载:
  2. This a software package with matlab source code for evolutionary algorithm. The algorithm combine GA with adaptive differential algorithm to solve the optimal problems provided in CEC2014. And the results show it has good performance. -This is a so
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2953326
    • 提供者:red kite
  1. Evolutionary-ANFIS-Training

    6下载:
  2. 用MATLAB实现自适应神经模糊推理系统(ANFIS)结构训练。代码中,首先创建一个初始原ANFIS结构,然后采用遗传算法(GA)、粒子群优化(PSO)来训练ANFIS。此进化训练算法可用于解决非线性回归函数逼近问题。-Implementation of adaptive neural fuzzy inference system (ANFIS) based on MATLAB. Code, the first to create an initial original ANFIS struct
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:21631
    • 提供者:张贝
  1. My-NSGA2

    0下载:
  2. NSGA2 matlab code (Non-Dominated Sorting Genetic Algorithm) - An evolutionary multi-objective optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-18
    • 文件大小:12288
    • 提供者:Ehsan
  1. z--VEGA--vakili

    0下载:
  2. VEGA matlab code (Vector Evaluted Genetic Algorithm)- An evolutionary multi-objective optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:3006464
    • 提供者:Ehsan
  1. MOEA-D-Algorithm

    1下载:
  2. MOEA/D matlab code (Multi-Objective Evolutionary Algorithm/ Decomposition-based) - An evolutionary multi-objective optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-12-22
    • 文件大小:7168
    • 提供者:Ehsan
« 12 »
搜珍网 www.dssz.com